home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Volcano < prev    next >
Encoding:
Text File  |  1999-12-22  |  1.3 KB  |  74 lines  |  [TEXT/ttxt]

  1. /*
  2. "Volcano"
  3. As always, my goal with this was to find a new and interesting way to 
  4. make the music really show up and become visible on the screen, so 
  5. you could really 'feel' it by watching. It was actually partially 
  6. inspired by Fountain, which I thought was a really cool affect, but 
  7. it was hard to see the music in it because by the time an affect 
  8. reached the top where you could see it, it was half a second after it 
  9. had occured in the music. So I created something kinda similar (but 
  10. not really) where you could see it right away.
  11. - Mike "Belar" Powell
  12. */
  13.  
  14. Resn=10,
  15.  
  16. Durn="1",
  17.  
  18. CamX="0",
  19. CamY="0",
  20. CamZ="55",
  21.  
  22. CmLX="10",
  23. CmLY="1",
  24. CmLZ="55",
  25.  
  26. CUpX="0",
  27. CUpY="0",
  28. CUpZ="1",
  29.  
  30. A0="6.2832", // Radians
  31.  
  32. C0="1 - dt", // Distance color falloff
  33.  
  34. D0="-sqr(mag(s) - 1) + 1", // Fast build-up
  35. D1="sqr(mag(s))", // Slow build-up
  36.  
  37. D2="D0 * C0", // Red
  38. D3="D1 * C0", // Green
  39.  
  40. D4="(mag(0) + mag(.2) + mag(.4) + mag(.6) + mag(.8) + mag(1)) / 6", // Volume
  41.  
  42. R="D2",
  43. G="D3",
  44. B="0",
  45.  
  46. LvlR="D4",
  47. LvlG="D4 * .25",
  48. LvlB="0",
  49.  
  50. ConL=0, ConB=0,
  51.  
  52. Blrs=1, BlrB=3,
  53.  
  54. LWdt="7 + 9 * clip((1 - dt) * 2 - 1)",
  55.  
  56. Fall="1",
  57.  
  58. D5="sin(s * A0)", // Rotation for X
  59. D6="cos(s * A0)", // Rotation for Y
  60.  
  61. X="50 * D5 * dt + 50",
  62. Y="50 * D6 * dt",
  63. Z="100 * (1-sqr(dt - 1)) * mag(s)",
  64.  
  65. widt=640,heig=480,
  66.  
  67. Scal="950"
  68.  
  69. ScSz=1,
  70.  
  71. Pers="250",
  72.  
  73. Vers=30
  74.